home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
business
/
lm150cd.zip
/
LOANMENU.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-05-05
|
233b
|
19 lines
@echo off
cls
if not exist df\*.* goto setup
:menu
cls
type loanmenu.scr
goto :end
:setup
md df
cls
if exist readme.sw type readme.sw
pause
copy *.blk df\*.blk
del *.blk
copy *.d00 df\*.d00
del *.d00
goto menu
:end